Skip to main content
TrustRadius
Ansible

Ansible

Overview

What is Ansible?

The Red Hat Ansible Automation Platform (acquired by Red Hat in 2015) is a foundation for building and operating automation across an organization. The platform includes tools needed to implement enterprise-wide automation, and can automate resource provisioning, and IT environments…

Read more
Recent Reviews

Ansible is Awesome!

10 out of 10
May 09, 2024
Incentivized
We use AAP to automate our server deployment process, configure network equipment, and install/remove applications and software updates. …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Popular Features

View all 6 features
  • Parallel Execution (40)
    8.9
    89%
  • Infrastructure Automation (44)
    8.8
    88%
  • Automated Provisioning (41)
    8.5
    85%
  • Reporting & Logging (41)
    7.5
    75%

Reviewer Pros & Cons

View all pros & cons

Video Reviews

3 videos

Is it worth it? | Red Hat Ansible Automation Platform Review
04:14
Red Hat Ansible Automation Platform Review | Words from an Automation Architect
03:12
Red Hat Ansible Automation Platform Review | Systems Admin Thoughts
06:37
Return to navigation

Pricing

View all pricing

Basic Tower

5,000

On Premise
per year

Enterprise Tower

10,000

On Premise
per year

Premium Tower

14,000

On Premise
per year

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services
Return to navigation

Product Demos

WebLogic Continuous Deployment with Red Hat Ansible Automation Platform

YouTube

Trusted Automation Series: F5 BigIP

YouTube

Manage your Cisco devices with Red Hat Ansible Automation Platform

YouTube

Network Automation Basics - First Ansible Playbook

YouTube

Deep Dive - Automated NetOps - Ansible for Network GitOps

YouTube
Return to navigation

Features

Configuration Management

Tools and features offered by configuration management software.

8.4
Avg 8.4
Return to navigation

Product Details

What is Ansible?

The Red Hat Ansible Automation Platform (acquired by Red Hat in 2015) is a foundation for building and operating automation across an organization. The platform includes tools needed to implement enterprise-wide automation, and can automate resource provisioning, and IT environments and configuration of systems and devices. It can be used in a CI/CD process to provision the target environment and to then deploy the application on it.

Its Automation Hub provides a one-stop-shop for Ansible content that is backed by support from Red Hat and its partners to deliver additional reassurance for demanding environments.

The Ansible project and Ansible Engine are open source technologies. The Ansible project is built by the community (ansible.com/community) for the benefit of the community. Ansible Engine is developed by Red Hat with the explicit intent of being used as an enterprise IT platform.

Ansible Technical Details

Deployment TypesOn-premise
Operating SystemsLinux
Mobile ApplicationNo

Frequently Asked Questions

The Red Hat Ansible Automation Platform (acquired by Red Hat in 2015) is a foundation for building and operating automation across an organization. The platform includes tools needed to implement enterprise-wide automation, and can automate resource provisioning, and IT environments and configuration of systems and devices. It can be used in a CI/CD process to provision the target environment and to then deploy the application on it.

Reviewers rate Parallel Execution highest, with a score of 8.9.

The most common users of Ansible are from Enterprises (1,001+ employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(327)

Attribute Ratings

Reviews

(1-25 of 77)
Companies can't remove reviews or game the system. Here's why
Greg Jewett | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We started with Tower for automated OS updates and configurations. We have since moved to using configuration as code and Ansible Automation Platform to build F5 configurations and build and automate data migrations. We are looking forward to using event-driven ansible and policy as code as learned at Summit. We love it!
  • Repeating tasks based on a schedule.
  • Agnostic support for so many platforms and systems.
  • Support for federated environments, and custom use cases.
  • Using standard and open developments environments (Python and JSON).
  • Playbook execution result output can sometimes be very messy and hard to understand. Make JSON output pretty and understandable. Allow disclosure triangles to hide/show content and let the playbook dictate that.
  • Allow for a pop-up review of a playbook's credentials, inventory, or other sub-components instead of forcing a new window or tab within the browser. Allow for quick review or audit.
  • Allow for stepping through a playbook, step by step, just like a development IDE or programming environment, inspecting variables and output from plays.
It has helped save us so much time, as it was designed to automate mundane and repetitive tasks that we were using other tools to perform and that required so much manual intervention. It does not work very well within Windows environments, understandably, but I would love to see more integration. I want it to be sexy and attractive to more than just geeky sysadmins.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We’ve begun leveraging AAP for various workflows that would normally take multiple hours away from our dev's workload, streamlined it to a matter of minutes, and reduced human error significantly. One example would be leveraging the provisioning of application environments directly leveraging Terraform and Ansible. We kick off our terraform files within Ansible, gather the pertinent information for the new environment, and then follow up with additional tasks to configure the environment to expedite the delivery of the environment to the product owner. What would normally take a couple of days between provisioning the servers, patching/adjusting security, and deploying required software done by other teams has been consolidated into a workflow that will complete all the steps of multiple teams in a single workflow. Another use case we have leveraged is the start-to-finish deployment of custom virtual machine images. All with Ansible, we clone a baseline template, update configurations, customize to customer specifications (hostnames, IP addresses, etc.), deploy our proprietary software stack, confirm everything is functioning as intended, shut down the host, and then export the image and upload directly to object storage. From there, it will generate a user/password combination to allow the customer to download the image and notify the project manager to distribute the information to the customer to download the image. Once deployed, a provision callback occurs to finalize the remainder of the deployment, which needs to be done on-site. The entire process would typically take days of coordination between us and the customer, but it has now been reduced to less than a day, depending on how long it takes to deploy.
  • Consistency
  • Speed
  • Accuracy
  • None that I can think of at this moment.
Taking long routine work and placing it behind an easily scalable and efficient workflow. Being able to schedule items to self-remediate unauthorized changes on servers is beneficial to ensure security and proper configuration state. The ability to quickly deploy infrastructure and all underlying software. User provisioning is a breeze to ensure proper state for non-domain workstations.
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We use it for bootstrapping servers and configuration management. We also use it for upgrades of software.
  • Bootstrapping servers
  • Configuration management
  • Security software updates
  • Reporting inventory
  • Connectivity for Windows servers
Automating tasks for management of servers and deployments.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
Red Hat Ansible Automation Platform is used for a large variety of automation in our organization. It used by our Operations team for server configuration as well as an integration platform for technical apps like ServiceNow as well as non technical apps like Accela. It often addresses the migration or duplication of data between disparate platforms.
  • Using containers to develop allows migration to production to be extremely reliable.
  • Allows RBAC to pass automation capabilities to multiple teams.
  • Execution environments can be a hard to understand and get started with customization. The documentation could use some examples of building the container or perhaps a youtube video series with a detailed run down.
  • The output streaming is very buggy.
We have found that Red Hat Ansible Automation Platform can fit any use case especially with the integrations with SQS/Kafka and Event Driven Ansible.
May 10, 2024

Ansibalize me

Score 10 out of 10
Vetted Review
Verified User
Incentivized
Openshift post creation configuration and remediation
  • Idempotency
  • Repeatability
  • Anyone can run deployments with minimal training or skills
  • More modules built into core for disconnected environments
With little training time, you can get automation going.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
I use Red Hat Ansible Automation Platform to remediate security vulnerabilitys and deploys on app servers, these activities help us to reduce costs and time.
  • Reduce times
  • Reduce costs
  • Activities more quickly
  • Security
  • Flexibility
  • Infrastructure
  • Cyber security
  • Development
How help us to reduce time and costs
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We use AAP to automate our server deployment process, configure network equipment, and install/remove applications and software updates. Our environment is quite large and complex, so automation helps keep it consistent and running smoothly.
  • Workflows
  • Ease of use
  • Job templates that enable experts to focus on other tasks rather than training.
  • Updating projects can be cumbersone.
  • Inventory management.
  • Activity dashboard could use improvement.
I like the defined inventories that can be included with our playbooks to help ensure automated tasks are running where we expect them to run when we expect them to run. The ability to repeatedly run jobs without requiring yet another agent on our infrastructure is fantastic.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We use Ansible for automated workflows. This includes onboarding and off-boarding ESX hosts and Linux and Windows servers—bare metal and VMs. We also use Ansible for OS configuration, app deployment, SQL maintenance, addressing vulnerabilities, and patching.
  • Documentation is great.
  • Onboarding and offboarding servers.
  • Patching
  • Ability to search extra vars in job templates.
  • Expanded powershell module.
Everything from onboarding and offboarding to automating everyday tasks.
May 09, 2024

Hustle

Score 8 out of 10
Vetted Review
Verified User
Incentivized
Workstation configuration management allows us to keep developer workstations in a standard config for development. We have multiple team working on product that integrate with the other and keeping them in the same development environment produces consistent deployment success.
  • System management
  • Auditing
  • Rbac
  • I have note been limited yet
We have a unique CICD deployment Implementation, eda helps to clean up the edge cases
Tyler Kness-Miller | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use Red Hat Ansible Automation Platform for almost every aspect of Red Hat Enterprise Linux OS system administration. This product addresses compliance drift, package and repository management, and custom application deployment. The platform manages almost every OS configuration file, ensuring consistency across all systems in a timely and efficient manner.
  • Reliable
  • Scheduling of Tasks and Jobs
  • API
  • UI Improvements
  • Cleanup
  • Subscription Count/Inventory Calculation
Compliance drift and enforcement. Having the ability to have scheduled jobs that ensure OS configuration files remain the same is critical. For example, system logging requires a number of files to setup remote log offloading. Using Red Hat Ansible Automation Platform to both deploy and maintain the configuration files responsible for this need is invaluable and ensures that breakage is found and remediated automatically.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
Configuration management for a few hundred servers. Automated deployments of our application is done through Red Hat Ansible Automation Platform.
  • Scales extremely well
  • Integrates with a lot of tools/technologies
  • Flexible
  • Error messaging can be better, sometimes it's too much noise or not enough information
  • More supported modules for cloud services within aws
Red Hat Ansible Automation Platform is best suited when managing hundreds or more devices/servers.
May 08, 2024

Nice survey!

Score 1 out of 10
Vetted Review
Verified User
Incentivized
Right now, we only do basic stuff with Red Hat Ansible Automation Platform. We are planning in the coming weeks to use it to update/upgrade our 200+ RHEL servers.
Got a lab today that was very useful, and I will put in place.
We have been trying to use APP/Tower for the past 4 years. The only issue is time, time to write/get playbooks.
  • Integration with other tools/providers
  • Easy to use/ user friendly
  • Maybe the host/group section
  • Nothing special to add
OS updates
Remediation
Event-driver use cases
May 08, 2024

All the best

Score 10 out of 10
Vetted Review
Verified User
Incentivized
Use to configure and validate. Soon will be introducing either awx or ansible controller.
  • Configuration
  • Validation
  • Automation
  • Learning modules within cloud platform like cloud guru needs to be more
Write small [playbooks] tasks and making everyday life easy.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We use Red Hat Ansible Automation Platform to automate infrastructure configuration. While our target uses are still growing and being identified, this helps us reduce human error when deploying infrastructure to our internal customers.
  • Ensure inventory state (i.e., package versions, configs)
  • Automate infrastructure deployments
  • Automate remediation tasks
  • Ability to determine custom facts about an endpoint (i.e., application version as a fact)
  • Reporting for non-technical staff (not just spewing out ok/changed/failed)
Red Hat Ansible Automation Platform is the best way to bootstrap infrastructure without the need for agents/software.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use Red Hat Ansible Automation Platform for workflow automation. The scope of use cases vary from 5 to 100.
  • Easy to develop
  • Efficient
  • Stability of automation
  • More features for Windows
  • APIs for Windows products
  • Better instructions for installation and configuration
It's good for managing the updates of similar systems. It's not very capable of handling the MS Office products related tasks.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
Currently used for patching of various operating systems, including RHEL, Oracle Linux, and Ubuntu. Automated patching was the prime objective of implementing automation. We also use it for Netapp automated reporting, which is then used to make storage decisions.
  • Feedback on job automation
  • Ease of playbook creation (yaml)
  • Scheduling and workflows
  • Error message detailing (why something failed)
  • Stability, we have encountered many bugs after implementing a patch even going n-1
Works great for our repeated tasks or things that need to run consistently on a schedule. Not great for just turning an existing shell script into a playbook that runs said shell script (if there are no collections available for a product), or one off tasks.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
Red Hat Ansible Automation Platform is used by different groups to automate their templates and workflows.
  • Ansible playbook implementation
  • Casc configuration as code
  • Inventory management
  • Scheduling
  • Workflow - start from any node
  • Extend maybe execution of the direct bash or powershell code
  • External network share access by other than awx account
Red Hat Ansible Automation Platform becomes standard for ansible-playbook executions.
Build in organizations and teams.
Support for credentials management.
Red Hat support.
Marshall Wells | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We currently use Red Hat Ansible Automation Platform in conjunction with Satellite to manage our RHEL instances. We are moving into migrating AIX automation to the use of Red Hat Ansible Automation Platform and we are adding Windows to the fold. Our initial thrust into those operating systems will be related to configuration management and patching. We anticipate using Red Hat Ansible Automation Platform for other functions tied to surveys. An example would be allowing the help desk for a particular customer to only change passwords for their users on their systems.
  • Ensures the desired state is present on a system or device.
  • Allows for conditional application of changes.
  • Utilizes robust RBAC to limit actions to those allowed a user.
  • Intriguing integration with Event-driven Ansible.
  • Execution environments that allow older playbooks to continue to function.
  • YAML is hard for many to adopt. Moving to a system that is not as white space sensitive would likely increase uptake.
  • AAP and EDA should be more closely aligned. There are differences that can trip users of the integration up. An example would be the way that variables are used.
  • Event-driven Ansible output is not as informative as AAP.
Red Hat Ansible Automation Platform is well suited to ensure that systems are in a specific state - when it is run against those systems. More tooling in the area of periodic scanning would be helpful for compliance folks. In addition, it would be helpful to be able to import a profile to use as a baseline and derive playbooks based on those. One should not necessarily rely on Red Hat Ansible Automation Platform to keep a device from drifting. It is not a Tripwire that will detect and revert a change quickly. However, it could do well if used for periodic scans. Event-driven Ansible shows promise. If it is better integrated with Red Hat Ansible Automation Platform in terms of things like the approach to variables it could become more widely used more quickly.
Score 10 out of 10
Vetted Review
Verified User
Incentivized
We push Ansible Automation Platform to several closed, disconnected areas to enforce standards and ease administration processes. We're in a discovery process where we're looking at all of the possibilities that we can explore to convert homegrown scripts into Ansible playbooks. Enforcing security and administration.
  • Targeting several machines at once
  • Idempotency
  • self-documenting code
  • Inventory management is a bit of a pain in Automation Platform
  • The entire interface is a bit overkill just to run a playbook
  • It would be nice to have a single-server solution that includes a basic SCM.
AAP is perfect for any scenario in which you would normally be doing tedious or error-prone tasks. Alternatively, any scenario in which you need to target several machines at once and would otherwise need to write custom scripts to do this.
May 08, 2024

AnsibleSW

Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use Ansible for all of our Cloud deployments, upgrades and configuration updates. We also use it for VM deployments and security updates.
  • Update large amounts of VM's and servers
  • Easy creation of playbooks and tracking
  • detailed logging
  • lower pricing for Ansible Tower licensing
It is well suited for larger scale deployments with complex configurations, helps eliminate the human factor in upgrades and deployments, ability to test prior to deployment
Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use AAP for network automation. The issue we have is native integration to CyberArc and HC Vault for secrets injection into automation during runtime
  • Templating
  • Orchestration
  • Gather facts from a group of playbooks
  • Providing training to end users for enterprise customers
  • secrets management
Its great for working with a well-defined inventory system
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We use Ansible Automation Platform to automate patching of our Linux based systems in a no downtime fashion and to standardize new server deployments.
  • Scheduling of playbooks
  • Forking Multiple Playbooks with triggers
  • Having the platform use additional modules to add functionality
  • Credential Management works very well
  • Hosts licensing model
  • Consistent naming scheme with Ansible-core ex. templates and playbook
  • Requirements for windows hosts
Perfect for anything to do with Linux including configuring servers from scratch and avoiding the shell.
Score 9 out of 10
Vetted Review
ResellerIncentivized
Ansible has helped reduce time and most importantly configure servers in a constant manner. Idempotent nature of Ansible has helped us make sure that the servers deployed are exactly what we want them to be and nothing else.
We have scheduled automated patching on our RHEL servers.
We have automated server deployment where we provision both Windows and Linux servers.
We automate deploying of Windows IIS server and RHEL 7,8 and 9 Server with CIS hardening on them.
  • RHEL Patching
  • Post patching/Configure of RHEL servers
  • Configuration of applications on RHEL servers
  • Automating Infrastructure management with Configuration as Code approach
  • Good integration with RH Satellite
  • Dynamic scheduling of Job templates (i.e: Scheduling based on a schedule which is already created)
It is best to manage RHEL or WIndows servers for System Administrators.
It is also good for Network admins, as they can know the sate of their machine in an instant and deploy configurations to them.
Ansible works best on organization where they promote collaboration.
It might not be too good where teams are seperated, because the organization might not get full benifit only one team is using AAP, rather than the whole team.
May 08, 2024

AAP and On-Prem

Score 2 out of 10
Vetted Review
Verified User
Incentivized
I wanted to use AAP to automate areas in my program infrastructure
  • central location for all jobs
  • one stop shop for ansible
  • credential management
  • it has been very difficult to connect this on my on-premise networks
  • it has been very difficult connecting to my servers across windows, Cisco and linux
  • it's not simple to connect many users to my gitlab repository
it has been very difficult to get this thing installed on my on-premise networks and we had to disable too many required stigs to get this product approved by security
Return to navigation